ModelCallStarted

class ModelCallStarted(val stepNumber: Int, val modelId: String?, val params: LanguageModelCallParams) : AgentEvent(source)

Before one step's model call — the EXACT prepared params sent to the provider.

Since

0.3.0-beta01

Constructors

Link copied to clipboard
constructor(stepNumber: Int, modelId: String?, params: LanguageModelCallParams)

Properties

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