PURISTA API / @purista/core / AgentHttpExposure
Type Alias: AgentHttpExposure
AgentHttpExposure =
object
Defined in: AgentQueueBuilder/types.ts:137
Properties
method
method:
SupportedHttpMethod
Defined in: AgentQueueBuilder/types.ts:138
path
path:
string
Defined in: AgentQueueBuilder/types.ts:139
public?
optionalpublic?:boolean
Defined in: AgentQueueBuilder/types.ts:141
requestContentType?
optionalrequestContentType?:string
Defined in: AgentQueueBuilder/types.ts:142
responseContentType?
optionalresponseContentType?:string
Defined in: AgentQueueBuilder/types.ts:143
streamingMode?
optionalstreamingMode?:"stream"|"aggregate"
Defined in: AgentQueueBuilder/types.ts:140
