AgentOptions
type AgentOptions<TContext, TOutput> = Expand<Pick<AgentConfiguration<TContext, TOutput>, "name"> & Partial<AgentConfiguration<TContext, TOutput>>>;
Type Parameters
Section titled “Type Parameters”Type Parameter | Default type |
---|---|
|
|
|
type AgentOptions<TContext, TOutput> = Expand<Pick<AgentConfiguration<TContext, TOutput>, "name"> & Partial<AgentConfiguration<TContext, TOutput>>>;
Type Parameter | Default type |
---|---|
|
|
|