Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Evincere/klisk/llms.txt
Use this file to discover all available pages before exploring further.
Overview
TheWebSearch class provides web search capabilities for agents. This builtin tool is only supported with OpenAI models and allows agents to search the web for information.
Class Definition
src/klisk/core/builtin_tools.py:9
Parameters
Controls the amount of search context returned. Options:
"low"- Minimal search context"medium"- Balanced search context (default)"high"- Maximum search context
Usage
Basic Usage (String Shortcut)
Object Form with Custom Configuration
Multiple Builtin Tools
Important Notes
When using the string shortcut
"web_search", the default search_context_size of "medium" is used.