UpdateContextDTO Class
Update Body schema to represent context to be updated.
- Inheritance
-
UpdateContextDTO
Constructor
UpdateContextDTO(*, prompts_to_delete=None, prompts_to_add=None, is_context_only: Optional[bool] = None, **kwargs)
Parameters
- is_context_only
- bool
Required
To mark if a prompt is relevant only with a previous question or not. true - Do not include this QnA as search result for queries without context false - ignores context and includes this QnA in search result
Feedback
Submit and view feedback for