Skip to main content

sim_lib_openai_server/translate/
mod.rs

1pub(crate) mod tool_schema;
2/// Translation between OpenAI tool/function descriptors and SIM callables.
3pub mod tools;