Expand description
Decoding of OpenAI request/response JSON into SIM transcript expressions.
Functionsยง
- decode_
openai_ request - Decodes OpenAI request JSON into a validated SIM chat-transcript expression.
- decode_
openai_ response - Decodes an OpenAI chat-completion response body into a SIM model-response
transcript, attributing it to
runner/modeland optionally embedding the raw provider JSON wheninclude_rawis set.