LlmapiResponseInput
LlmapiResponseInput =
string|LlmapiMessage[]
Defined in: src/client/types.gen.ts:1464Â
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.
Last updated on