feat: pydantic use oi helper functions #2335
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note
Refactors semantic_conventions to use OpenInference helper functions/constants for emitting span, message, tool, and token count attributes, updating keys and serialization accordingly.
get_span_kind_attributes,get_llm_system_attributes,get_llm_model_name_attributes,get_llm_token_count_attributes,get_session_attributes,get_input_attributes,get_output_attributes,get_llm_invocation_parameter_attributes, andget_tool_attributes._attributesconstants (e.g.,LLM_INPUT_MESSAGES,LLM_OUTPUT_MESSAGES,MESSAGE_ROLE,MESSAGE_CONTENT,MESSAGE_TOOL_CALLS,TOOL_CALL_*,TOOL_NAME,TOOL_DESCRIPTION).TokenCountdict (prompt/completion/total) and skip for agent spans.MESSAGE_*andLLM_*keys; use helpers for input/output values.get_tool_attributes(yielding onlyTOOL_NAME/TOOL_DESCRIPTION).TOOL_CALL_*and tool definitions toLLM_TOOLS.<idx>.*with_json_serializeforTOOL_JSON_SCHEMA.Written by Cursor Bugbot for commit debbdf5. This will update automatically on new commits. Configure here.