Skip to content

Latest commit

 

History

History
185 lines (129 loc) · 13.8 KB

api.md

File metadata and controls

185 lines (129 loc) · 13.8 KB

Shared Types

from julep.types import ResourceCreated, ResourceDeleted, ResourceUpdated

Agents

Types:

from julep.types import Agent

Methods:

Tools

Types:

from julep.types.agents import ToolListResponse

Methods:

Docs

Types:

from julep.types.agents import DocSearchResponse

Methods:

Sessions

Types:

from julep.types import (
    ChatInput,
    ChatResponse,
    ChatSettings,
    Entry,
    History,
    Message,
    Session,
    SessionChatResponse,
)

Methods:

Users

Types:

from julep.types import User

Methods:

Docs

Types:

from julep.types.users import DocSearchResponse

Methods:

Jobs

Types:

from julep.types import JobStatus

Methods:

Docs

Types:

from julep.types import Doc, EmbedQueryResponse, Snippet

Methods:

Tasks

Types:

from julep.types import Task, Tool

Methods:

Executions

Types:

from julep.types import Execution, Transition, ExecutionChangeStatusResponse

Methods:

Transitions

Types:

from julep.types.executions import TransitionStreamResponse

Methods: