Skip to content

Commit 98a6f48

Browse files
marinkovicmarkoazhebel
authored andcommitted
Update page position in the navigation
1 parent 27afad9 commit 98a6f48

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ nav:
1313
- Functional agents: functional-agents.md
1414
- Complex workflow agents: complex-workflow-agents.md
1515
- Prompts: prompt-api.md
16-
- LLM parameters: llm-parameters.md
1716
- Tools:
1817
- Overview: tools-overview.md
1918
- Built-in tools: built-in-tools.md
@@ -33,6 +32,7 @@ nav:
3332
- A2A server implementation: a2a-server.md
3433
- A2A client implementation: a2a-client.md
3534
- A2A and Koog integration: a2a-koog-integration.md
35+
- LLM parameters: llm-parameters.md
3636
- Model capabilities: model-capabilities.md
3737
- Content moderation: content-moderation.md
3838
- Backend framework integrations:
@@ -128,8 +128,6 @@ plugins:
128128
- complex-workflow-agents.md: This page explains how you can create agents that handle complex workflows by defining custom strategies, tools, configurations, and custom input and output types.
129129
Prompts:
130130
- prompt-api.md: This page includes detailed instructions about the use of Prompt API, which provides a comprehensive toolkit for interacting with Large Language Models in production applications.
131-
LLM Parameters:
132-
- llm-parameters.md: This page provides details about LLM Parameters, which allow you to control and customize the behavior of language models by adjusting parameters like temperature, token limits, schemas, and tool choices.
133131
Tools:
134132
- tools-overview.md: This page provides a broad overview of the implementation of tools in Koog.
135133
- built-in-tools.md: This page provides details about built-in tools that handle common scenarios of agent-user interaction.
@@ -152,6 +150,8 @@ plugins:
152150
- a2a-server.md: This page provides details about the A2A server implementation in the Koog agentic framework. The A2A server is responsible for handling requests from A2A clients according to the A2A protocol specification.
153151
- a2a-client.md: This page provides details about the A2A client implementation in the Koog agentic framework. The A2A client is responsible for sending requests to A2A servers according to the A2A protocol specification.
154152
- a2a-koog-integration.md: This page provides details about the integration of A2A with Koog agents. It includes information about how to define your agent as A2A server and connect it to the Koog agent system.
153+
LLM Parameters:
154+
- llm-parameters.md: This page provides details about LLM Parameters, which allow you to control and customize the behavior of language models by adjusting parameters like temperature, token limits, schemas, and tool choices.
155155
Model capabilities:
156156
- model-capabilities.md: This page provides an overview of different features or parameters that the models support, referred to as model capabilities.
157157
Content moderation:

0 commit comments

Comments
 (0)