fix: upgraded agent tool mode switch ux, fixed icon color on main page, fixed pagination ui on main page (#4501)
* Added bg background for icon on Agent * Changed system prompt description * Added toggle to node toolbar for tool mode * Removed copy from node toolbar * Fixed node last output border * Removed beta tag from agent * remove text foreground from grid * updated paginator style * Fixed pagination element disposition on main page * Fixed node icon * Removed storeComponent from pagination * removed storeComponent from paginator type * Fixed canvas dots color * Changed pagination design * fixed gap * Fix minimized state on components that have a custom icon * Fixed exibition of flow running state to not make the header jump * Fixed starter flows
This commit is contained in:
parent
692af0eef4
commit
ab71e2fa15
34 changed files with 244 additions and 264 deletions
|
|
@ -19,7 +19,7 @@ class AgentComponent(ToolCallingAgentComponent):
|
|||
display_name: str = "Agent"
|
||||
description: str = "Define the agent's instructions, then enter a task to complete using tools."
|
||||
icon = "bot"
|
||||
beta = True
|
||||
beta = False
|
||||
name = "Agent"
|
||||
|
||||
memory_inputs = [set_advanced_true(component_input) for component_input in MemoryComponent().inputs]
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ class ToolCallingAgentComponent(LCToolsAgentComponent):
|
|||
MessageTextInput(
|
||||
name="system_prompt",
|
||||
display_name="System Prompt",
|
||||
info="Initial instructions and context provided to guide the agent's behavior.",
|
||||
info="System prompt to guide the agent's behavior.",
|
||||
value="You are a helpful assistant that can use tools to answer questions and perform tasks.",
|
||||
),
|
||||
DataInput(
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue