MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / with_openai_provider

Function with_openai_provider

atomic-agent/src/hooks/codex.rs:636–642  ·  view source on GitHub ↗
(mut raw: Value)

Source from the content-addressed store, hash-verified

634}
635
636fn with_openai_provider(mut raw: Value) -> Value {
637 if let Some(obj) = raw.as_object_mut() {
638 obj.entry("provider".to_string())
639 .or_insert_with(|| Value::String("openai".to_string()));
640 }
641 raw
642}
643
644fn normalize_stop_raw(mut raw: Value) -> Value {
645 if let Some(obj) = raw.as_object_mut() {

Callers 1

parse_eventMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected