Skip to content

Commit

Permalink
chore: auto-gen by protobufs
Browse files Browse the repository at this point in the history
triggered by commit: d9be0d9
  • Loading branch information
droplet-bot committed Dec 2, 2024
1 parent 1c4656a commit ce51844
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions openapi/v2/service.swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5698,6 +5698,11 @@ definitions:
type: number
format: float
title: AI agent chunk weight
connections:
type: object
additionalProperties:
type: string
description: connection key(used connection id in recipe) and value(connection uid from namespace).
description: AIAgentAppMetadata represents the metadata for the AI agent app.
AIAssistantAppMetadata:
type: object
Expand Down Expand Up @@ -10349,11 +10354,11 @@ definitions:
name:
type: string
description: The tool name.
config:
connections:
type: object
additionalProperties:
type: string
description: The tool connection key(variable) and value(id).
description: The tool connection key(used connection id in recipe) and value(connection uid from namespace).
title: tool definitions
Trace:
type: object
Expand Down Expand Up @@ -11373,6 +11378,10 @@ definitions:
chatDisplayName:
type: string
title: conversation display name
breakpointId:
type: string
title: breakpoint id
readOnly: true
title: Chat represents a chat
required:
- namespaceId
Expand Down

0 comments on commit ce51844

Please sign in to comment.