mirror of
https://github.com/openai/codex.git
synced 2026-05-02 20:32:04 +03:00
[codex] add otel tracing (#7844)
This commit is contained in:
@@ -26,7 +26,7 @@ pub struct ToolInvocation {
|
||||
pub payload: ToolPayload,
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
#[derive(Clone, Debug)]
|
||||
pub enum ToolPayload {
|
||||
Function {
|
||||
arguments: String,
|
||||
|
||||
Reference in New Issue
Block a user