Files
server-serverless-e2e-mqy2mttu/packages/functions/.pikku/schemas/schemas/AgentStreamCallerInput.schema.json
2026-06-28 19:37:05 +02:00

1 line
335 B
JSON

{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"agentName":{"type":"string"},"message":{"type":"string"},"threadId":{"type":"string"},"resourceId":{"type":"string"},"context":{"type":"string"}},"required":["agentName","message","threadId","resourceId"],"additionalProperties":false,"definitions":{}}