CallModelInputFilterArgs
type CallModelInputFilterArgs<TContext> = object;Type Parameters
Section titled “Type Parameters”| Type Parameter | Default type |
|---|---|
|
|
|
Properties
Section titled “Properties”agent: Agent<TContext, AgentOutputType>;context
Section titled “context”context: TContext | undefined;modelData
Section titled “modelData”modelData: ModelInputData;