Documentation ¶ Index ¶ func ApiCall(ctx context.Context, m config.ResModel, input string, chats []llmModel.Chat, ...) (llmModel.Response, error) func ExecuteToolCall(tc llmModel.ToolCall, workingDirectory string, sessionID string) (tools.ToolResponse, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ApiCall ¶ func ApiCall(ctx context.Context, m config.ResModel, input string, chats []llmModel.Chat, originalMessages []models.Message, mode string, img_bytes [][]byte, agentsMd string) (llmModel.Response, error) func ExecuteToolCall ¶ func ExecuteToolCall(tc llmModel.ToolCall, workingDirectory string, sessionID string) (tools.ToolResponse, error) Types ¶ This section is empty. Source Files ¶ View all Source files client.go Directories ¶ Show internal Expand all Path Synopsis llmModel Click to show internal directories. Click to hide internal directories.