Operation detail

Back to operation catalog

model.call

Runs the native sidecatd governed model.call effect and records the invocation trace.

FieldValue
Classgoverned_external_effect
Ownersidecatd.model-effects
Input schemasidecat.model_call_request.v0
Output schemasidecat.model_call_operation_output.v0

Input template

{
  "credential_id": "cred_model_call",
  "max_tokens": 8,
  "model": "claude-sonnet-test",
  "prompt": "Return a two-word status summary.",
  "provider": "claude",
  "reason": "Run a minimal governed model.call proof",
  "requested_by": "agent:codex",
  "schema": "sidecat.model_call_request.v0",
  "work_id": "work_thread:local:example"
}