upload_instructions

imerit_ango.sdk.SDK.

upload_instructions(project_id, file_path, storage_id, bucket)

Upload the instruction file to the project.

Parameters

  • project_id: string

  • file_path: string

    • Absolute path to the instruction file.

  • storage_id: string, Optional, default None

    • The unique identifier for the storage. You can retrieve the storage ID using get_storages function.

  • bucket: string, Optional, default None

    • The name of the S3 bucket to use for upload.

Returns:

  • output: dict

    • A dictionary containing the result of the operation.

Example

Upload an instruction file:

Upload an instruction file to the custom storage bucket

Last updated