getTools

abstract suspend fun getTools(readonlyContext: ReadonlyContext? = null): List<BaseTool>

Return all tools in the toolset based on the provided context.

Return

A list of tools available under the specified context.

Parameters

readonlyContext

Context used to filter tools available to the agent.