mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-05 13:21:18 +00:00
Fix type of excalidraw image response
This commit is contained in:
@@ -826,7 +826,7 @@ async def generate_excalidraw_diagram_from_description(
|
||||
user: KhojUser = None,
|
||||
agent: Agent = None,
|
||||
tracer: dict = {},
|
||||
) -> str:
|
||||
) -> Dict[str, Any]:
|
||||
personality_context = (
|
||||
prompts.personality_context.format(personality=agent.personality) if agent and agent.personality else ""
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user