cases

Suggest the prose of a report definition for a notebook

Fills the natural-language fields of a report definition (title, description, parameter labels, checks, outputs) with the LLM around the notebook's analysis; suggestions referencing anything the analysis did not find are filtered out. A suggestion the LLM could not produce comes back absent.

post/cases/suggest_definition

Request body

language'ja' | 'en'

Output language. Defaults to "ja".

modelstring

Optional LLM model override. Falls back to server default if not specified.

notebookobject required

The uploaded notebook JSON object.

provider'anthropic' | 'bedrock'

LLM provider. Defaults to "bedrock".

Response

Notebook analyzed, and a definition suggested for it

Changes

No recorded changes to this endpoint across all 1 revision of this API.