Skip to Content
SdkClientInternalType AliasesLlmapiResponseInput

LlmapiResponseInput

LlmapiResponseInput = object

Defined in: src/client/types.gen.ts:900 

Input can be a simple text string or an array of messages for multi-turn conversations. When continuing after client tool calls, pass the messages array from the previous response.

Properties

messages?

optional messages: LlmapiMessage[]

Defined in: src/client/types.gen.ts:904 

Messages is set when input is an array of messages (for multi-turn/tool continuations)


text?

optional text: string

Defined in: src/client/types.gen.ts:908 

Text is set when input is a simple string

Last updated on