typeduck-codex-async-utils 0.8.0

Support package for the standalone Codex Web runtime (codex-app-server-protocol)
Documentation
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "arguments": true,
    "callId": {
      "type": "string"
    },
    "namespace": {
      "type": [
        "string",
        "null"
      ]
    },
    "threadId": {
      "type": "string"
    },
    "tool": {
      "type": "string"
    },
    "turnId": {
      "type": "string"
    }
  },
  "required": [
    "arguments",
    "callId",
    "threadId",
    "tool",
    "turnId"
  ],
  "title": "DynamicToolCallParams",
  "type": "object"
}