Skip to content

docs(python-client): drop removed 'opinion' fact type from recall()/arecall() docstrings#2323

Open
r266-tech wants to merge 1 commit into
vectorize-io:mainfrom
r266-tech:docs-client-drop-opinion-recall
Open

docs(python-client): drop removed 'opinion' fact type from recall()/arecall() docstrings#2323
r266-tech wants to merge 1 commit into
vectorize-io:mainfrom
r266-tech:docs-client-drop-opinion-recall

Conversation

@r266-tech

Copy link
Copy Markdown
Contributor

The maintained Python SDK wrapper's recall() and arecall() docstrings still list opinion as a valid fact-type filter:

types: Optional list of fact types to filter (world, experience, opinion, observation)

But opinion was removed in v0.8.0 (#1917); the API now enforces fact_type IN ('world', 'experience', 'observation'). The same file's reflect()/areflect() docstrings were already corrected to (world, experience, observation) — this brings recall()/arecall() in line, so callers copying the docstring no longer pass a value the API rejects.

Docstring-only; no behavior change. This file is the maintained wrapper (not auto-generated), so no client regeneration is needed.

…recall()

v0.8.0 (vectorize-io#1917) removed the 'opinion' fact type; the recall()/arecall()
docstrings still listed it while reflect()/areflect() in the same file
were already corrected.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant