Skip to content

Commit f6c3d30

Browse files
authored
docs: Change "Fine-Tuning LLM Generation" to "Configuring LLM Generation" (#668)
Fine-tuning means changing the model weights, this step is not doing that.
1 parent e933512 commit f6c3d30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/agents/llm-agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Learn more about Tools in the [Tools](../tools/index.md) section.
210210

211211
Beyond the core parameters, `LlmAgent` offers several options for finer control:
212212

213-
### Fine-Tuning LLM Generation (`generate_content_config`)
213+
### Configuring LLM Generation (`generate_content_config`) {#fine-tuning-llm-generation-generate_content_config}
214214

215215
You can adjust how the underlying LLM generates responses using `generate_content_config`.
216216

llms-full.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1684,7 +1684,7 @@ Learn more about Tools in the [Tools](https://google.github.io/adk-docs/tools/)
16841684

16851685
Beyond the core parameters, `LlmAgent` offers several options for finer control:
16861686

1687-
### Fine-Tuning LLM Generation ( `generate_content_config`) [¶](https://google.github.io/adk-docs/agents/llm-agents/\#fine-tuning-llm-generation-generate_content_config "Permanent link")
1687+
### Configuring LLM Generation ( `generate_content_config`) [¶](https://google.github.io/adk-docs/agents/llm-agents/\#fine-tuning-llm-generation-generate_content_config "Permanent link")
16881688

16891689
You can adjust how the underlying LLM generates responses using `generate_content_config`.
16901690

0 commit comments

Comments
 (0)