mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
30 lines
551 B
TOML
30 lines
551 B
TOML
provider = "anthropic"
|
|
|
|
[overrides]
|
|
image_url_inputs = true
|
|
pdf_inputs = true
|
|
pdf_tool_message = true
|
|
image_tool_message = true
|
|
structured_output = false
|
|
|
|
[overrides."claude-haiku-4-5"]
|
|
structured_output = true
|
|
|
|
[overrides."claude-sonnet-4-5"]
|
|
structured_output = true
|
|
|
|
[overrides."claude-sonnet-4-6"]
|
|
structured_output = true
|
|
|
|
[overrides."claude-opus-4-1"]
|
|
structured_output = true
|
|
|
|
[overrides."claude-opus-4-5"]
|
|
structured_output = true
|
|
|
|
[overrides."claude-opus-4-6"]
|
|
structured_output = true
|
|
|
|
[overrides."claude-opus-4-7"]
|
|
structured_output = true
|