Skip to content

Commit

Permalink
cr
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Jun 18, 2024
1 parent f37ffaa commit c7b76ca
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ export interface GenerativeAIJsonSchema extends Record<string, unknown> {

export interface GenerativeAIJsonSchemaDirty extends GenerativeAIJsonSchema {
properties?: Record<string, GenerativeAIJsonSchemaDirty>;
items?: {
type: string;
properties?: Record<string, GenerativeAIJsonSchemaDirty>;
required?: string[];
additionalProperties?: boolean;
};
additionalProperties?: boolean;
}

Expand Down

0 comments on commit c7b76ca

Please sign in to comment.