APIinterface ToolMessage {content: PromiseSettledResult <any>;role: "tool";toolCallId: string;toolName: string;}