Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.71 KB

ChatRequest.md

File metadata and controls

20 lines (15 loc) · 1.71 KB

ChatRequest

Properties

Name Type Description Notes
question str User question
limit_create int Maximum number of created results. [optional] if omitted the server will use the default value of 3
limit_create_context int Maximum number of relevant objects included into context for LLM (for each object type). [optional] if omitted the server will use the default value of 10
limit_search int Maximum number of search results. [optional] if omitted the server will use the default value of 5
relevant_score_threshold float Score, above which we return found objects. Below this score objects are not relevant. [optional] if omitted the server will use the default value of 0.45
search_score_threshold float Score, above which we return found object(s) and don't call LLM to create new objects. [optional] if omitted the server will use the default value of 0.9
thread_id_suffix str Chat History thread suffix appended to ID generated by backend. Enables more chat windows. [optional]
title_to_descriptor_ratio float Temporary for experiments. Ratio of title score to descriptor score. [optional] if omitted the server will use the default value of 0.7
user_context UserContext [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]