File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11test-proj /uv.lock
2+ .venv
23uv.lock
34expected-proj
5+ test-proj /.venv
46test-proj /ui /node_modules
57test-proj /ui /pnpm-lock.yaml
68ui /pnpm-lock.yaml
Original file line number Diff line number Diff line change 11import { MySchema } from "@/schemas/MySchema" ;
22import { ExtractedData } from "llama-cloud-services/beta/agent" ;
3- import { ApiClients , JSONObject } from "@llamaindex/ui" ;
3+ import { ApiClients } from "@llamaindex/ui" ;
44import {
55 createCloudAgentClient ,
66 createLlamaDeployClient ,
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ export default function ItemPage() {
119119 extractedData = { itemData . data }
120120 title = "Extracted Data"
121121 onChange = { ( updatedData ) => {
122- updateData ( updatedData ) ;
122+ updateData ( updatedData as any ) ;
123123 } }
124124 onClickField = { ( args ) => {
125125 // TODO: set multiple highlights
Original file line number Diff line number Diff line change 1+ /* eslint-disable */
12import type { JSONObject } from "@llamaindex/ui" ;
23/**
34 * This file was automatically generated by json-schema-to-typescript.
You can’t perform that action at this time.
0 commit comments