Skip to content

uni-flow 公开 API(中文注解)


uni-flow 公开 API(中文注解) / SecurityContext

Interface: SecurityContext

Defined in: layer4/types.ts:177

安全 pre/post hook 的输入上下文。

Properties

caller

caller: CallerIdentity

Defined in: layer4/types.ts:178


input

input: AgentInput

Defined in: layer4/types.ts:181


secrets

secrets: Record<string, string>

Defined in: layer4/types.ts:182


tools

tools: Tool[]

Defined in: layer4/types.ts:180


unitId

unitId: string

Defined in: layer4/types.ts:179

MIT Licensed