Skip to content

Bedrock-1

Defined in: .build/typescript/packages/community/src/llm/bedrock/index.ts:362

ToolCallLLM for Bedrock

  • ToolCallLLM<BedrockAdditionalChatOptions>

new Bedrock(__namedParameters): Bedrock

Defined in: .build/typescript/packages/community/src/llm/bedrock/index.ts:374

BedrockParams

Bedrock

ToolCallLLM<BedrockAdditionalChatOptions>.constructor

protected actualModel: string

Defined in: .build/typescript/packages/community/src/llm/bedrock/index.ts:364


model: string

Defined in: .build/typescript/packages/community/src/llm/bedrock/index.ts:365


temperature: number

Defined in: .build/typescript/packages/community/src/llm/bedrock/index.ts:366


topP: number

Defined in: .build/typescript/packages/community/src/llm/bedrock/index.ts:367


optional maxTokens: number

Defined in: .build/typescript/packages/community/src/llm/bedrock/index.ts:368


provider: Provider

Defined in: .build/typescript/packages/community/src/llm/bedrock/index.ts:369


optional topK: number

Defined in: .build/typescript/packages/community/src/llm/bedrock/index.ts:370

get supportToolCall(): boolean

Defined in: .build/typescript/packages/community/src/llm/bedrock/index.ts:391

boolean

ToolCallLLM.supportToolCall


get metadata(): LLMMetadata

Defined in: .build/typescript/packages/community/src/llm/bedrock/index.ts:395

LLMMetadata

ToolCallLLM.metadata

protected nonStreamChat(params): Promise<BedrockChatNonStreamResponse>

Defined in: .build/typescript/packages/community/src/llm/bedrock/index.ts:408

BedrockChatParamsNonStreaming

Promise<BedrockChatNonStreamResponse>


protected streamChat(params): BedrockChatStreamResponse

Defined in: .build/typescript/packages/community/src/llm/bedrock/index.ts:441

BedrockChatParamsStreaming

BedrockChatStreamResponse


chat(params): Promise<BedrockChatStreamResponse>

Defined in: .build/typescript/packages/community/src/llm/bedrock/index.ts:464

BedrockChatParamsStreaming

Promise<BedrockChatStreamResponse>

ToolCallLLM.chat

chat(params): Promise<BedrockChatNonStreamResponse>

Defined in: .build/typescript/packages/community/src/llm/bedrock/index.ts:465

BedrockChatParamsNonStreaming

Promise<BedrockChatNonStreamResponse>

ToolCallLLM.chat


complete(params): Promise<AsyncIterable<CompletionResponse, any, any>>

Defined in: .build/typescript/packages/community/src/llm/bedrock/index.ts:478

LLMCompletionParamsStreaming

Promise<AsyncIterable<CompletionResponse, any, any>>

ToolCallLLM.complete

complete(params): Promise<CompletionResponse>

Defined in: .build/typescript/packages/community/src/llm/bedrock/index.ts:481

LLMCompletionParamsNonStreaming

Promise<CompletionResponse>

ToolCallLLM.complete