QAI AppBuilder for QAIRT SDK 2.38.0.250901
QAI AppBuilder
GenieAPIService:
Note: Please note that the input length must not exceed the maximum number of tokens reserved for the input, which means it cannot exceed the model's maximum context length minus the value set for '--min_output_num'. You can invoke the Text Splitter to send the input text to the server for segmentation, and then sequentially pass the split segments to the LLM to complete the question-answering process.
Note: It is recommended to disable thinking mode when using the tools call function.