mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-22 13:28:04 -05:00
undo changes
This commit is contained in:
@@ -71,7 +71,7 @@ export interface ToolConfig<P = any, R = any> {
|
||||
}
|
||||
}
|
||||
>
|
||||
|
||||
// Output schema - what this tool produces
|
||||
outputs?: Record<
|
||||
string,
|
||||
{
|
||||
@@ -79,8 +79,8 @@ export interface ToolConfig<P = any, R = any> {
|
||||
description?: string
|
||||
optional?: boolean
|
||||
fileConfig?: {
|
||||
mimeType?: string
|
||||
extension?: string
|
||||
mimeType?: string // Expected MIME type for file outputs
|
||||
extension?: string // Expected file extension
|
||||
}
|
||||
items?: {
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user