okay I can call tools?

This commit is contained in:
perf3ct
2025-04-09 20:15:21 +00:00
parent b05b88dd76
commit 7f92dfc3f1
9 changed files with 317 additions and 44 deletions

View File

@@ -50,6 +50,7 @@ export interface ChatCompletionOptions {
useAdvancedContext?: boolean; // Whether to use advanced context enrichment
toolExecutionStatus?: any[]; // Status information about executed tools for feedback
providerMetadata?: ModelMetadata; // Metadata about the provider and model capabilities
streamCallback?: (text: string, isDone: boolean, originalChunk?: any) => Promise<void> | void; // Callback for streaming
}
export interface ChatResponse {