Skip to main content

Module decode

Module decode 

Source
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/model and optionally embedding the raw provider JSON when include_raw is set.