-
Notifications
You must be signed in to change notification settings - Fork 132
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
allow script to build output as well #998
base: main
Are you sure you want to change the base?
Conversation
LGTM 🚀 The pull request contains significant updates to the types and interfaces related to trace logging. The new The renaming and refactoring of existing interfaces are well-structured, making it easier to understand the purpose of each method and improving code readability. The addition of detailed descriptions for each method in JSDoc comments also improves documentation and makes intention clearer. Overall, the changes improve the robustness and maintainability of the logging system, and I see no functional issues in the provided diff.
|
[Upgrade your account](https://platform.openai.com/settings/organization/billing/overview) to get access to the models. | ||
You will get 404s if you do not have a paying account. | ||
|
||
</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The link text "Upgrade your account" is too generic. Consider providing more context or a specific action to take.
AI-generated content by pr-docs-review-commit
missing_link_text
may be incorrect
@@ -1156,7 +1163,6 @@ or a [GitHub Action](https://docs.github.com/en/actions)! | |||
|
|||
<LLMProviderFeatures provider="ollama" /> | |||
|
|||
|
|||
## DeepSeek | |||
|
|||
`deepseek` is the [DeepSeek](https://www.deepseek.com/) chat model provider. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The section on deepseek
is not relevant to the main content and should be removed.
AI-generated content by pr-docs-review-commit
unnecessary_section
may be incorrect
Allow JS to contribute to final markdown text.
OutputTrace
interface introduced for logging various types of messages.ToolCallTrace
interface updated to include more method signatures.envoutput.genai.mjs
file, which uses theoutput
trace builder to log a heading before generating text with a template literal.App.tsx
component, placing the "Output" tab below "Messages." This likely enhances the user experience by logically organizing the output-related content.