mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-22 01:37:50 +00:00
Refactor read-file and support images. (#480)
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
*/
|
||||
|
||||
import {
|
||||
Part,
|
||||
PartListUnion,
|
||||
GenerateContentResponse,
|
||||
FunctionCall,
|
||||
@@ -57,7 +56,7 @@ export interface ToolCallRequestInfo {
|
||||
|
||||
export interface ToolCallResponseInfo {
|
||||
callId: string;
|
||||
responsePart: Part;
|
||||
responseParts: PartListUnion;
|
||||
resultDisplay: ToolResultDisplay | undefined;
|
||||
error: Error | undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user