Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fern/fern.config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"organization": "vectara",
"version": "0.65.20"
"version": "0.88.1"
}
102 changes: 51 additions & 51 deletions www/static/vectara-oas-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4372,7 +4372,7 @@ paths:
x-fern-pagination:
cursor: $request.page_key
next_cursor: $response.metadata.page_key
results: $response.hallucinationCorrectionModels
results: $response.hallucination_correctors
parameters:
- $ref: '#/components/parameters/RequestTimeout'
- $ref: '#/components/parameters/RequestTimeoutMillis'
Expand Down Expand Up @@ -6685,31 +6685,31 @@ paths:
- $ref: '#/components/schemas/ThinkingEvent'
- $ref: '#/components/schemas/AgentOutputEvent'
- $ref: '#/components/schemas/ContextLimitExceededEvent'
properties:
id:
description: The unique identifier for the event.
type: string
pattern: aev_[0-9a-zA-Z_-]+$
example: aev_user_001
session_key:
$ref: '#/components/schemas/AgentSessionKey'
description: The key of the session this event belongs to.
type:
description: The type of event.
type: string
enum:
- input_message
- tool_input
- tool_output
- thinking
- agent_output
- context_limit_exceeded
example: input_message
created_at:
description: Timestamp when the event was created.
type: string
format: date-time
example: '2024-01-15T10:35:00Z'
# properties:
# id:
# description: The unique identifier for the event.
# type: string
# pattern: aev_[0-9a-zA-Z_-]+$
# example: aev_user_001
# session_key:
# $ref: '#/components/schemas/AgentSessionKey'
# description: The key of the session this event belongs to.
# type:
# description: The type of event.
# type: string
# enum:
# - input_message
# - tool_input
# - tool_output
# - thinking
# - agent_output
# - context_limit_exceeded
# example: input_message
# created_at:
# description: Timestamp when the event was created.
# type: string
# format: date-time
# example: '2024-01-15T10:35:00Z'
required:
- id
- session_key
Expand Down Expand Up @@ -12602,31 +12602,31 @@ components:
- $ref: '#/components/schemas/ThinkingEvent'
- $ref: '#/components/schemas/AgentOutputEvent'
- $ref: '#/components/schemas/ContextLimitExceededEvent'
properties:
id:
description: The unique identifier for the event.
type: string
pattern: aev_[0-9a-zA-Z_-]+$
example: aev_user_001
session_key:
$ref: '#/components/schemas/AgentSessionKey'
description: The key of the session this event belongs to.
type:
description: The type of event.
type: string
enum:
- input_message
- tool_input
- tool_output
- thinking
- agent_output
- context_limit_exceeded
example: input_message
created_at:
description: Timestamp when the event was created.
type: string
format: date-time
example: '2024-01-15T10:35:00Z'
# properties:
# id:
# description: The unique identifier for the event.
# type: string
# pattern: aev_[0-9a-zA-Z_-]+$
# example: aev_user_001
# session_key:
# $ref: '#/components/schemas/AgentSessionKey'
# description: The key of the session this event belongs to.
# type:
# description: The type of event.
# type: string
# enum:
# - input_message
# - tool_input
# - tool_output
# - thinking
# - agent_output
# - context_limit_exceeded
# example: input_message
# created_at:
# description: Timestamp when the event was created.
# type: string
# format: date-time
# example: '2024-01-15T10:35:00Z'
required:
- id
- session_key
Expand Down
Loading