# Conflicts: # AGENTS.md # docs/config-catalog.md # docs/cordis-catalog/services.md # docs/event-producer-consumer.md # packages/fs/fs-local/src/index.ts # pnpm-lock.yaml
22 lines
683 B
JSON
22 lines
683 B
JSON
{
|
|
"initial": [
|
|
{
|
|
"name": "run_code",
|
|
"description": "Execute a TypeScript program against the available tools. Write the BODY of an async function (erasable syntax only; top-level `await` and `return` work) and call tools as `await tools.name(args)` per the declarations in the system prompt. Only what you print or return comes back — curate it.",
|
|
"parameters": {
|
|
"type": "object",
|
|
"properties": {
|
|
"code": {
|
|
"type": "string",
|
|
"description": "The program: the body of an async TypeScript function."
|
|
}
|
|
},
|
|
"required": [
|
|
"code"
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"deltas": []
|
|
}
|