chore: test list tabs (#208)
This commit is contained in:
parent
7e4a964b0a
commit
4b261286bf
14 changed files with 66 additions and 58 deletions
|
|
@ -36,9 +36,10 @@ export type ModalState = FileUploadModalState;
|
|||
|
||||
export type ToolResult = {
|
||||
code: string[];
|
||||
action: () => Promise<{ content?: (ImageContent | TextContent)[] }>;
|
||||
action?: () => Promise<{ content?: (ImageContent | TextContent)[] } | undefined | void>;
|
||||
captureSnapshot: boolean;
|
||||
waitForNetwork: boolean;
|
||||
resultOverride?: { content?: (ImageContent | TextContent)[] };
|
||||
};
|
||||
|
||||
export type Tool = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue