feat: add workflow action outcomes and tracing

This commit is contained in:
Xin Wang
2026-08-01 11:21:31 +08:00
parent ad5ff061bb
commit b747144ff1
13 changed files with 558 additions and 32 deletions

View File

@@ -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,