-
Notifications
You must be signed in to change notification settings - Fork 133
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
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.
|
…into listandpull
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.