Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: View static agent context #267

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

joshua-mo-143
Copy link
Contributor

Fixes #239 to some degree by allowing a new PromptData struct to be pulled out of a completion request, as well as allowing a new TracePrompt struct that allows users to get traces of the prompt they've sent to the LLM.

We should probably make it more obvious that CompletionBuilder is a thing as it feels like there is a bit of a discoverability issue since all of the examples basically prioritise using the easiest way possible to do everything.

@joshua-mo-143 joshua-mo-143 requested review from cvauclair and removed request for cvauclair February 4, 2025 11:21
@0xMochan
Copy link
Contributor

0xMochan commented Feb 5, 2025

Likely will require some smart merging since completions exploded into completions/request and completions/message, we can pair program this at some point!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: View agent's static context
2 participants