Skip to content

Commit

Permalink
little touchups
Browse files Browse the repository at this point in the history
  • Loading branch information
tssweeney committed Dec 13, 2024
1 parent 864d9fa commit 66ce7b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import _ from 'lodash';
import React, {FC, useCallback, useState} from 'react';
import {z} from 'zod';

import {LlmJudgeActionSpecSchema} from '../wfReactInterface/builtinObjectClasses.zod';
import {ActionSpecSchema} from '../wfReactInterface/generatedBuiltinObjectClasses.zod';
import {LlmJudgeActionSpecSchema} from '../wfReactInterface/objectClasses.zod';
import {createBuiltinObjectInstance} from '../wfReactInterface/objectClassQuery';
import {TraceServerClient} from '../wfReactInterface/traceServerClient';
import {projectIdFromParts} from '../wfReactInterface/tsDataModelHooks';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file contains zod schemas for our objectClasses that are not
* This file contains zod schemas for our builtinObjectClasses that are not
* correctly / completely generated by the json-schema to zod converter.
*/

Expand Down

0 comments on commit 66ce7b3

Please sign in to comment.