LlmapiResponseInput
LlmapiResponseInput =
object
Defined in: src/client/types.gen.ts:1878
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?
optionalmessages:LlmapiMessage[]
Defined in: src/client/types.gen.ts:1882
Messages is set when input is an array of messages (for multi-turn/tool continuations)
text?
optionaltext:string
Defined in: src/client/types.gen.ts:1886
Text is set when input is a simple string
Last updated on