Skip to main content

Module tool_naming

Module tool_naming 

Source

Structs§

ToolNaming

Functions§

from_wire
Reverse of to_wire: given a wire name from the provider, find the original flow name by matching against the tool list.
to_wire
Convert a flow-internal tool name (e.g. “fs.read”) to a provider-safe wire name that matches the OpenAI function name pattern ^[a-zA-Z0-9_-]+$. All providers use the same mapping: ._.