EdgeAIG/opencode / .opencode /node_modules /@ai-sdk /provider /src /language-model /v3 /language-model-v3-provider-tool.ts
EdgeAIG's picture
download
raw
755 Bytes
/**
* The configuration of a provider tool.
*
* Provider tools are tools that are specific to a certain provider.
* The input and output schemas are defined be the provider, and
* some of the tools are also executed on the provider systems.
*/
export type LanguageModelV3ProviderTool = {
/**
* The type of the tool (always 'provider').
*/
type: 'provider';
/**
* The ID of the tool. Should follow the format `<provider-id>.<unique-tool-name>`.
*/
id: `${string}.${string}`;
/**
* The name of the tool. Unique within this model call.
*/
name: string;
/**
* The arguments for configuring the tool. Must match the expected arguments defined by the provider for this tool.
*/
args: Record<string, unknown>;
};

Xet Storage Details

Size:
755 Bytes
·
Xet hash:
2bdc5d65a1e50d70c804be755e9d23f34baf4033fa282d7a5d70830d85f3f42a

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.