feat: use instructions field for sleeptime and update web/ade ui (#2096)
This commit is contained in:
@@ -101,6 +101,7 @@ def create_source(
|
||||
name=source_create.name,
|
||||
embedding_config=source_create.embedding_config,
|
||||
description=source_create.description,
|
||||
instructions=source_create.instructions,
|
||||
metadata=source_create.metadata,
|
||||
)
|
||||
return server.source_manager.create_source(source=source, actor=actor)
|
||||
|
||||
@@ -1115,7 +1115,7 @@ class SyncServer(Server):
|
||||
),
|
||||
CreateBlock(
|
||||
label="instructions",
|
||||
value=source.description,
|
||||
value=source.instructions,
|
||||
),
|
||||
],
|
||||
llm_config=main_agent.llm_config,
|
||||
|
||||
Reference in New Issue
Block a user