Skip to content

Commit 448b8f0

Browse files
committed
undo changes
1 parent abb671e commit 448b8f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/sim/tools/types.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,16 +71,16 @@ export interface ToolConfig<P = any, R = any> {
7171
}
7272
}
7373
>
74-
74+
// Output schema - what this tool produces
7575
outputs?: Record<
7676
string,
7777
{
7878
type: 'string' | 'number' | 'boolean' | 'json' | 'file' | 'file[]' | 'array' | 'object'
7979
description?: string
8080
optional?: boolean
8181
fileConfig?: {
82-
mimeType?: string
83-
extension?: string
82+
mimeType?: string // Expected MIME type for file outputs
83+
extension?: string // Expected file extension
8484
}
8585
items?: {
8686
type: string

0 commit comments

Comments
 (0)