Files
server-serverless-e2e-mquwpo0l/packages/functions/.pikku/schemas/schemas/AgentResumeCallerInput.schema.json
2026-06-26 14:28:01 +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":{}}