Files
starter-e2e-mrfepicl/packages/functions/.pikku/schemas/schemas/AgentResumeCallerInput.schema.json
2026-07-10 22:47:11 +02:00

1 line
304 B
JSON

{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"agentName":{"type":"string"},"runId":{"type":"string"},"toolCallId":{"type":"string"},"approved":{"type":"boolean"}},"required":["agentName","runId","toolCallId","approved"],"additionalProperties":false,"definitions":{}}