Function: generateText()
generateText(
opts):Promise<GenerateTextResult>
Defined in: packages/agentos/src/api/generateText.ts:47
Stateless text generation. Creates a temporary provider, runs the LLM call, and returns the complete result. Supports multi-step tool calling.
Parameters
opts
Returns
Promise<GenerateTextResult>