-
Notifications
You must be signed in to change notification settings - Fork 57
Features/refine chat window #373
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
base: main
Are you sure you want to change the base?
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
PR Type
Enhancement
Description
Add function visibility mode configuration for agents
Rename routing mode change handler for clarity
Update agent type definitions with new property
Diagram Walkthrough
File Walkthrough
agent-overview.svelte
Add function visibility mode UI controls
src/routes/page/agent/[agentId]/agent-components/agent-overview.svelte
FunctionVisMode
enum andSelect
componentchangeMode
tochangeRoutingMode
for claritychangeFunctionVisibilityMode
handler functionenums.js
Define function visibility mode enum
src/lib/helpers/enums.js
FunctionVisMode
enum with Manual and Auto valuesagentTypes.js
Update agent type with visibility mode
src/lib/helpers/types/agentTypes.js
function_visibility_mode
property toAgentModel
typedef