ractogateway._tool_runtime
Internal helpers for local tool execution loops in chat kits.
- ractogateway._tool_runtime.execute_tool_calls_sync(tool_calls, registry)[source]
Execute tool calls synchronously and return stringified results.
- async ractogateway._tool_runtime.execute_tool_calls_async(tool_calls, registry)[source]
Execute tool calls asynchronously and return stringified results.