AxAgentStreamingForwardOptions
type AxAgentStreamingForwardOptions<T> = AxProgramStreamingForwardOptionsWithModels<T> & object;Type declaration
| Name | Type |
|---|---|
onUsedMemories? | AxAgentUsedMemoriesCallback |
onUsedSkills? | AxAgentUsedSkillsCallback |
skills? | readonly AxAgentSkillResult[] |
Type Parameters
| Type Parameter |
|---|
T extends Readonly<AxAIService> |