kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
pull/643/head^2
rodzic
5863f31f8b
commit
94198f318b
|
@ -12,6 +12,9 @@ export interface PrivateAIFunctionMetadata {
|
||||||
description: string
|
description: string
|
||||||
inputSchema: z.AnyZodObject
|
inputSchema: z.AnyZodObject
|
||||||
methodName: string
|
methodName: string
|
||||||
|
|
||||||
|
// TODO
|
||||||
|
// pre and post
|
||||||
}
|
}
|
||||||
|
|
||||||
export abstract class AIFunctionsProvider {
|
export abstract class AIFunctionsProvider {
|
||||||
|
|
|
@ -364,7 +364,15 @@ export namespace diffbot {
|
||||||
githubUri?: string
|
githubUri?: string
|
||||||
crunchbaseUri?: string
|
crunchbaseUri?: string
|
||||||
googlePlusUri?: string
|
googlePlusUri?: string
|
||||||
|
facebookUri?: string
|
||||||
|
angellistUri?: string
|
||||||
|
wikipediaUri?: string
|
||||||
diffbotUri?: string
|
diffbotUri?: string
|
||||||
|
origin?: string
|
||||||
|
origins?: string[]
|
||||||
|
allUris?: string[]
|
||||||
|
|
||||||
|
// extra metadata
|
||||||
educations?: Education[]
|
educations?: Education[]
|
||||||
nationalities?: Nationality[]
|
nationalities?: Nationality[]
|
||||||
allNames?: string[]
|
allNames?: string[]
|
||||||
|
@ -381,8 +389,6 @@ export namespace diffbot {
|
||||||
parents?: Parent[]
|
parents?: Parent[]
|
||||||
gender?: Gender
|
gender?: Gender
|
||||||
importance?: number
|
importance?: number
|
||||||
origin?: string
|
|
||||||
wikipediaUri: string
|
|
||||||
wikipediaPageviewsLastQuarterGrowth?: number
|
wikipediaPageviewsLastQuarterGrowth?: number
|
||||||
wikipediaPageviewsLastYear?: number
|
wikipediaPageviewsLastYear?: number
|
||||||
wikipediaPageviewsLastYearGrowth?: number
|
wikipediaPageviewsLastYearGrowth?: number
|
||||||
|
@ -390,12 +396,9 @@ export namespace diffbot {
|
||||||
wikipediaPageviewsLastQuarter?: number
|
wikipediaPageviewsLastQuarter?: number
|
||||||
wikipediaPageviewsGrowth?: number
|
wikipediaPageviewsGrowth?: number
|
||||||
birthPlace?: BirthPlace
|
birthPlace?: BirthPlace
|
||||||
origins: string[]
|
|
||||||
crawlTimestamp: number
|
|
||||||
types?: string[]
|
types?: string[]
|
||||||
unions?: Union[]
|
unions?: Union[]
|
||||||
languages?: Language[]
|
languages?: Language[]
|
||||||
allUris?: string[]
|
|
||||||
employments?: Employment[]
|
employments?: Employment[]
|
||||||
birthDate?: DateTime
|
birthDate?: DateTime
|
||||||
religion?: Religion
|
religion?: Religion
|
||||||
|
@ -406,6 +409,7 @@ export namespace diffbot {
|
||||||
location?: Location
|
location?: Location
|
||||||
interests?: Interest[]
|
interests?: Interest[]
|
||||||
age?: number
|
age?: number
|
||||||
|
crawlTimestamp?: number
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface Education {
|
export interface Education {
|
||||||
|
|
Ładowanie…
Reference in New Issue