AgentOps-AI / AgentOps-AI/agentops-ts

Capture the model used to make OpenAI API requests

Open
#7 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
10
Forks
4
PR merge metrics
No merged PRs in 30d

Description

We apply additional instrumentation to gather prompts, completions and token usage, but don't have the model used to make the request, yet.

It is stored as a private attribute on the `OpenAIResponsesModel` class, so it's hard to access.

It is possible we will need to move our instrumentation up to the OpenAI client level to extract all of the default parameters. We should be able to get model params (temperature, top_p, etc) from there, too.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.