mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-08 04:25:46 +00:00
Merge 8a8a38be69
into 0e287763cd
This commit is contained in:
commit
6bac9d605c
16
libs/core/langchain_core/outputs/model_meta.py
Normal file
16
libs/core/langchain_core/outputs/model_meta.py
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
"""Method for chat models.
|
||||||
|
|
||||||
|
Examples:
|
||||||
|
- Metadata
|
||||||
|
- Model name
|
||||||
|
- Identifier
|
||||||
|
- Labels
|
||||||
|
- Version
|
||||||
|
- Context window size
|
||||||
|
- Model support:
|
||||||
|
- Streaming
|
||||||
|
- Tool calling
|
||||||
|
- Structured output
|
||||||
|
- Reasoning
|
||||||
|
- Multimodal input/output
|
||||||
|
"""
|
Loading…
Reference in New Issue
Block a user