AnthropicAgent
Defined in: .build/typescript/packages/providers/anthropic/src/agent.ts:18
Extends
Section titled “Extends”LLMAgent
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new AnthropicAgent(
params):AnthropicAgent
Defined in: .build/typescript/packages/providers/anthropic/src/agent.ts:19
Parameters
Section titled “Parameters”params
Section titled “params”Returns
Section titled “Returns”AnthropicAgent
Overrides
Section titled “Overrides”LLMAgent.constructor
Methods
Section titled “Methods”chat()
Section titled “chat()”Call Signature
Section titled “Call Signature”chat(
params):Promise<EngineResponse>
Defined in: .build/typescript/packages/providers/anthropic/src/agent.ts:31
Parameters
Section titled “Parameters”params
Section titled “params”NonStreamingChatEngineParams
Returns
Section titled “Returns”Promise<EngineResponse>
Overrides
Section titled “Overrides”LLMAgent.chat
Call Signature
Section titled “Call Signature”chat(
params):Promise<never>
Defined in: .build/typescript/packages/providers/anthropic/src/agent.ts:32
Parameters
Section titled “Parameters”params
Section titled “params”StreamingChatEngineParams
Returns
Section titled “Returns”Promise<never>
Overrides
Section titled “Overrides”LLMAgent.chat