Learn advanced configuration options for your agents in Agency Swarm.
Agent
class, follow the same structure as OpenAI’s Assistants API. However, there are a few advanced parameters that require more explanation.
True
.
max_num_results
: The maximum number of results the file search tool should output. The default is 20 for gpt-4*
models and 5 for gpt-3.5-turbo
. This number should be between 1 and 50 inclusive. Note that the file search tool may output fewer than max_num_results
results.ranking_options
: The ranking options for the file search. If not specified, the file search tool will use the auto
ranker and a score_threshold of 0. See the file search tool documentation for more information.