Skip to content

Commit 201dac7

Browse files
authored
docs: extra params (#668)
<img width="904" alt="Screenshot 2025-02-06 at 7 21 22 PM" src="https://github.com/user-attachments/assets/73911e5e-cf4f-4898-8bac-5f82f9fa9928" />
1 parent 2fbe0ec commit 201dac7

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

docs/prompt_engineering/how_to_guides/managing_model_configurations.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,15 @@ Tools enable your LLM to perform tasks like searching the web, looking up inform
6666
## Prompt Formatting
6767

6868
For information on chat and completion prompts, see [here](../concepts#chat-vs-completion). For information about prompt templating and using variables, see [here](../concepts#f-string-vs-mustache).
69+
70+
## Extra Parameters
71+
72+
The **Extra Parameters** field allows you to pass additional model parameters that aren't directly supported in the LangSmith interface. This is particularly useful in two scenarios:
73+
74+
1. When model providers release new parameters that haven't yet been integrated into the LangSmith interface. You can specify these parameters in JSON format to use them right away.
75+
76+
![Extra Params](./static/extra_params.png)
77+
78+
2. When troubleshooting parameter-related errors in the playground. If you receive an error about unnecessary parameters (more common when using LangChainJS for run tracing), you can use this field to remove the extra parameters.
79+
80+
![Extra Params](./static/extra_params_error.png)
Loading
Loading

0 commit comments

Comments
 (0)