PrepareCallScope

class PrepareCallScope<TContext>(val options: TContext?, val instructions: String, val model: LanguageModel, val tools: ToolSet<TContext>)(source)

Scope for prepareCall, run once before the loop starts. Useful for RAG context injection, per-user customization, database lookups that shouldn't repeat per step.

Since

0.3.0-beta01

Constructors

Link copied to clipboard
constructor(options: TContext?, instructions: String, model: LanguageModel, tools: ToolSet<TContext>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard