fix: support Gemini 3's thought signatures (#5806)
Signed-off-by: Salvatore Testa <sal@withpersona.com>
This commit is contained in:
@@ -860,6 +860,7 @@ export type ToolPermission = {
|
||||
|
||||
export type ToolRequest = {
|
||||
id: string;
|
||||
thoughtSignature?: string | null;
|
||||
toolCall: {
|
||||
[key: string]: unknown;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user