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;