Documentation

Build LLM-powered agents
with production-ready TypeScript

DSPy for TypeScript. Working with LLMs is complex—they don't always do what you want. DSPy makes it easier to build amazing things with LLMs. Just define your inputs and outputs (signature) and an efficient prompt is auto-generated and used. Connect together various signatures to build complex systems and workflows using LLMs.

15+ LLM Providers
End-to-end Streaming
Auto Prompt Tuning

AxAIGoogleGeminiTool

type AxAIGoogleGeminiTool = object;

Defined in: https://github.com/ax-llm/ax/blob/0aa4aa2ceed1ba61106711baed6ce962cf2eb604/src/ax/ai/google-gemini/types.ts#L104

Properties

code_execution?

optional code_execution: object;

Defined in: https://github.com/ax-llm/ax/blob/0aa4aa2ceed1ba61106711baed6ce962cf2eb604/src/ax/ai/google-gemini/types.ts#L106


function_declarations?

optional function_declarations: AxAIGoogleGeminiToolFunctionDeclaration[];

Defined in: https://github.com/ax-llm/ax/blob/0aa4aa2ceed1ba61106711baed6ce962cf2eb604/src/ax/ai/google-gemini/types.ts#L105


optional google_search: object;

Defined in: https://github.com/ax-llm/ax/blob/0aa4aa2ceed1ba61106711baed6ce962cf2eb604/src/ax/ai/google-gemini/types.ts#L108


google_search_retrieval?

optional google_search_retrieval: AxAIGoogleGeminiToolGoogleSearchRetrieval;

Defined in: https://github.com/ax-llm/ax/blob/0aa4aa2ceed1ba61106711baed6ce962cf2eb604/src/ax/ai/google-gemini/types.ts#L107


url_context?

optional url_context: object;

Defined in: https://github.com/ax-llm/ax/blob/0aa4aa2ceed1ba61106711baed6ce962cf2eb604/src/ax/ai/google-gemini/types.ts#L109