Update Scenario Improvement Session
Patch a scenario-improvement session (e.g. update its name, status, or accumulated state).
Authorizations
API Key Authentication. It should be included in the header of each request.
Path Parameters
A unique integer value identifying this scenario improvement session.
Body
Title for the session (auto-generated from first user message)
255List of scenario IDs being improved in this session
List of conversation items: [{role: 'user'|'assistant', content: str, timestamp: str, tool_calls: [...]}]
Current status of the improvement session
pending- Pendingin_progress- In Progresscompleted- Completedcancelled- Cancelledfailed- Failed
pending, in_progress, completed, cancelled, failed Response
Title for the session (auto-generated from first user message)
255List of scenario IDs being improved in this session
List of conversation items: [{role: 'user'|'assistant', content: str, timestamp: str, tool_calls: [...]}]
Current status of the improvement session
pending- Pendingin_progress- In Progresscompleted- Completedcancelled- Cancelledfailed- Failed
pending, in_progress, completed, cancelled, failed