first commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# Anthropic Integration Count Tokens Schemas
|
||||
|
||||
AnthropicCountTokensRequest:
|
||||
# Uses the same format as AnthropicMessageRequest
|
||||
allOf:
|
||||
- $ref: './messages.yaml#/AnthropicMessageRequest'
|
||||
|
||||
AnthropicCountTokensResponse:
|
||||
type: object
|
||||
properties:
|
||||
input_tokens:
|
||||
type: integer
|
||||
description: Number of input tokens
|
||||
Reference in New Issue
Block a user