Files
server-serverless-e2e-mqux7ct2/packages/functions/.pikku/schemas/schemas/AgentStreamCallerInput.schema.json
2026-06-26 14:41:47 +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":{}}