mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-05 00:23:10 +00:00
fix: allow attachments outside cwd, and support svg
This commit is contained in:
@@ -10,6 +10,7 @@ export namespace Tool {
|
||||
agent: string
|
||||
callID?: string
|
||||
abort: AbortSignal
|
||||
extra?: { [key: string]: any }
|
||||
metadata(input: { title?: string; metadata?: M }): void
|
||||
}
|
||||
export interface Info<Parameters extends StandardSchemaV1 = StandardSchemaV1, M extends Metadata = Metadata> {
|
||||
|
||||
Reference in New Issue
Block a user