Skip to content

Latest commit

 

History

History
executable file
·
89 lines (65 loc) · 7.03 KB

api.md

File metadata and controls

executable file
·
89 lines (65 loc) · 7.03 KB

Completion

Types:

from prompt_foundry_python_sdk.types import CompletionCreateResponse

Methods:

Prompts

Types:

from prompt_foundry_python_sdk.types import (
    Parameters,
    PromptConfiguration,
    PromptListResponse,
    PromptDeleteResponse,
)

Methods:

Tools

Types:

from prompt_foundry_python_sdk.types import Tool, ToolListResponse, ToolDeleteResponse

Methods:

EvaluationAssertions

Types:

from prompt_foundry_python_sdk.types import (
    EvaluationAssertion,
    EvaluationAssertionListResponse,
    EvaluationAssertionDeleteResponse,
)

Methods:

Evaluations

Types:

from prompt_foundry_python_sdk.types import (
    Evaluation,
    EvaluationListResponse,
    EvaluationDeleteResponse,
)

Methods: