Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions cuopt-agent/cuopt_agent/configs/config-deepagent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ general:
# api_key: ${LANGSMITH_API_KEY}
front_end:
_type: fastapi
# Suppress intermediate_data: SSE lines on /v1/chat/completions (API Catalog expects data: chunks only).
# Workflow/tool traces remain available via Phoenix tracing. Use step_adaptor mode custom/default
# only for interactive UIs that consume intermediate_data.
step_adaptor:
mode: off
endpoints:
- path: /health
method: GET
Expand Down
Loading