mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-25 12:48:53 +01:00
chore: Mark agent_ids field as deprecated in favor of edges across various schemas and types
This commit is contained in:
parent
317a5b5310
commit
cfffd43184
5 changed files with 5 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ export type AgentForm = {
|
|||
model_parameters: AgentModelParameters;
|
||||
tools?: string[];
|
||||
provider?: AgentProvider | OptionWithIcon;
|
||||
/** @deprecated Use edges instead */
|
||||
agent_ids?: string[];
|
||||
edges?: GraphEdge[];
|
||||
[AgentCapabilities.artifacts]?: ArtifactModes | string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue