feat: add workflow action outcomes and tracing
This commit is contained in:
@@ -102,6 +102,7 @@ async def get_conversation(
|
||||
).scalars().all()
|
||||
return ConversationDetailOut(
|
||||
**_session_out(conversation).model_dump(),
|
||||
extra=conversation.extra or {},
|
||||
messages=[
|
||||
ConversationMessageOut(
|
||||
id=message.id,
|
||||
|
||||
Reference in New Issue
Block a user