undo changes

This commit is contained in:
Lakee Sivaraya
2026-01-16 13:34:24 -08:00
parent abb671e61b
commit 448b8f056c

View File

@@ -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