Skip to content

Commit

Permalink
Add FlyteCopilot section
Browse files Browse the repository at this point in the history
Signed-off-by: Future-Outlier <[email protected]>
  • Loading branch information
Future-Outlier committed Sep 17, 2024
1 parent 5deedbd commit 34c82ba
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions rfc/system/5741-binary-idl-with-message-pack.md
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,16 @@ task: dataclass_example.dataclass_task
version: OSyTikiBTAkjBgrL5JVOVw
```
### FlyteCopilot
When we need to pass an attribute access value to a copilot task, we must modify the code to convert a Binary Literal value with the `msgpack` tag into a primitive value.

(Currently, we will only support primitive values.)

You can reference the relevant section of code here:

[FlyteCopilot - Data Download](https://github.com/flyteorg/flyte/blob/7989209e15600b56fcf0f4c4a7c9af7bfeab6f3e/flytecopilot/data/download.go#L88-L95)

### FlyteConsole
#### Show input/output on FlyteConsole

Expand Down

0 comments on commit 34c82ba

Please sign in to comment.