refactor estimation service to use structured agent
This commit is contained in:
parent
47cc1541ed
commit
96421b264c
7 changed files with 316 additions and 361 deletions
|
|
@ -17,7 +17,7 @@ async def test_agent_id_usage():
|
|||
|
||||
# Test session creation
|
||||
print("\nCreating session with configured agent...")
|
||||
session_id = await session_service.create_session()
|
||||
session_id = await session_service.create_session(agent_id=settings.TALESTORM_AGENT_ID)
|
||||
|
||||
if session_id:
|
||||
print(f"✅ Session created: {session_id}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue