Create run session
Creates a read-only Ask Fabro session bound to the run.
Request body
Example request
{
"provider": "anthropic"
}Response
Session created
Example response
{
"id": "01HZX6M0P7SE4VJ9Y3X2B8E9QF",
"provider": "anthropic",
"active_turn": {
"id": "01HZX6M29F1CD5YYMHT1F5D7WQ"
}
}Changes
Changed in 3 of the 134 revisions of this API.24
- ○
added the new optional request property
providernew-optional-request-property
- ○
added the optional property
providerto the response with the201statusresponse-optional-property-added
- ○
- ●
removed the request property
providerrequest-property-removed
- ●
removed the optional property
providerfrom the response with the201statusresponse-optional-property-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
added the new optional request property
providernew-optional-request-property
- ○
added the optional property
providerto the response with the201statusresponse-optional-property-added
- ○