-
Notifications
You must be signed in to change notification settings - Fork 948
document model profiles feature #1568
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Mintlify preview ID generated: preview-ccmode-1763739791-4399261 |
|
Mintlify preview ID generated: preview-ccmode-1763754460-9143b11 |
lnhsingh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some nits to (maybe) improve clarity / discoverability
|
|
||
| :::python | ||
| <Tip> | ||
| The `fraction` conditions below rely on a chat model's [profile data](/oss/langchain/models#model-profiles) if using `langchain>=1.1`. If data are not available, use another condition or specify manually: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
below where?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clarified this!
src/oss/langchain/models.mdx
Outdated
| 2. [Structured output](/oss/langchain/structured-output) strategies in `create_agent` can be inferred automatically (e.g., by checking support for native structured output features). | ||
| 3. Model inputs can be gated based on supported [modalities](#multimodal) and maximum input tokens. | ||
| <Accordion title="Updating or overwriting profile data" icon="link"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should be a subheading within the section so it's more discoverable. Maybe two H4 headings?
- Update profile data (option 1 info)
- Fix upstream data (option 2 info)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed this to a sub-header
|
Mintlify preview ID generated: preview-ccmode-1763760397-4486d45 |
No description provided.