mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 02:30:42 +01:00
okay I can call tools?
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user