Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.galileo.ai/llms.txt

Use this file to discover all available pages before exploring further.


Interface: PromptRunSettings

Defined in: src/types/experiment.types.ts PromptRunSettings Prompt run settings.

Extends

Properties

deploymentName?

optional deploymentName: null | string;
Defined in: src/types/new-api.types.ts Deployment Name

Inherited from

PromptRunSettingsType.deploymentName

echo?

optional echo: boolean;
Defined in: src/types/new-api.types.ts Echo

Inherited from

PromptRunSettingsType.echo

frequencyPenalty?

optional frequencyPenalty: number;
Defined in: src/types/new-api.types.ts Frequency Penalty

Inherited from

PromptRunSettingsType.frequencyPenalty

knownModels?

optional knownModels: Model[];
Defined in: src/types/new-api.types.ts Known Models

Inherited from

PromptRunSettingsType.knownModels

logprobs?

optional logprobs: boolean;
Defined in: src/types/new-api.types.ts Logprobs

Inherited from

PromptRunSettingsType.logprobs

maxTokens?

optional maxTokens: number;
Defined in: src/types/new-api.types.ts Max Tokens

Inherited from

PromptRunSettingsType.maxTokens

modelAlias?

optional modelAlias: string;
Defined in: src/types/new-api.types.ts Model Alias

Inherited from

PromptRunSettingsType.modelAlias

n?

optional n: number;
Defined in: src/types/new-api.types.ts N

Inherited from

PromptRunSettingsType.n

presencePenalty?

optional presencePenalty: number;
Defined in: src/types/new-api.types.ts Presence Penalty

Inherited from

PromptRunSettingsType.presencePenalty

reasoningEffort?

optional reasoningEffort: string;
Defined in: src/types/new-api.types.ts Reasoning Effort

Inherited from

PromptRunSettingsType.reasoningEffort

responseFormat?

optional responseFormat:
  | null
  | {
[key: string]: string;
};
Defined in: src/types/new-api.types.ts Response Format

Inherited from

PromptRunSettingsType.responseFormat

stopSequences?

optional stopSequences: null | string[];
Defined in: src/types/new-api.types.ts Stop Sequences

Inherited from

PromptRunSettingsType.stopSequences

temperature?

optional temperature: null | number;
Defined in: src/types/new-api.types.ts Temperature

Inherited from

PromptRunSettingsType.temperature

toolChoice?

optional toolChoice: null | string | OpenAiToolChoice;
Defined in: src/types/new-api.types.ts Tool Choice

Inherited from

PromptRunSettingsType.toolChoice

tools?

optional tools: null | object[];
Defined in: src/types/new-api.types.ts Tools

Inherited from

PromptRunSettingsType.tools

topK?

optional topK: number;
Defined in: src/types/new-api.types.ts Top K

Inherited from

PromptRunSettingsType.topK

topLogprobs?

optional topLogprobs: number;
Defined in: src/types/new-api.types.ts Top Logprobs

Inherited from

PromptRunSettingsType.topLogprobs

topP?

optional topP: number;
Defined in: src/types/new-api.types.ts Top P

Inherited from

PromptRunSettingsType.topP

verbosity?

optional verbosity: string;
Defined in: src/types/new-api.types.ts Verbosity

Inherited from

PromptRunSettingsType.verbosity