Wasm Directoryalpha
Record

call-tool-result

Call tool result

record call-tool-result {
  meta: option​<meta>,
  content: list​<content-block>,
  is-error: option​<bool>,
  structured-content: option​<json>,
}

Fields

NameTypeDescription
metaoption​<meta>
contentlist​<content-block>Tool output content
is-erroroption​<bool>Whether result represents an error
structured-contentoption​<json>Structured output (optional)