Run the OntologyCurator agent to analyze computed links for a dataset or all datasets in a namespace. When activate is true, the curated links are added to the ontology. When activate is false (default), only returns the curated links without activating them.
Use a Bearer token for authentication. Submit the token using the Authorization
header: Authorization: Bearer <token>.
Request to curate ontology links for a dataset or namespace using the OntologyCurator agent.
The namespace containing the dataset(s) to curate.
"my_namespace"
Optional. If specified, curates links only for this dataset. If omitted, curates all datasets in the namespace.
"my_dataset"
Optional. The LLM model to use for curation (e.g., "gpt-4", "claude-3-5-sonnet-20241022").
"gpt-4"
Optional. The LLM provider to use (e.g., "openai", "anthropic").
"openai"
Optional. If true, the curated links will be activated (added to the ontology). If false, only returns the curated links without activating them.
Links curated successfully
Response containing curation statistics and optionally the curated links when activate is false.